trace-to-skill v0.1.69
Adds trace-to-skill lsp-audit, a local read-only language-server readiness preflight for Codex and other coding-agent workflows.\n\nIt detects repo language signals from manifests/source files, checks whether matching language-server commands are executable on PATH, and emits install hints plus evidence files without auto-installing packages or granting new permissions.\n\nExample:\n\nbash\nnpx trace-to-skill@0.1.69 lsp-audit . --format json\n\n\nInitial server map covers TypeScript/JavaScript, Python, Go, Rust, Swift, Java, C/C++, Ruby, PHP, and C#.\n\nValidation before release: npm run check, git diff --check, npm pack --dry-run, temp-repo smoke proving TS+Python detection and missing server install hints.